body {background-color: transparent}

<!--body {
scrollbar-Arrow-Color:#C9C9C9;
scrollbar-Face-Color:#676767; 
scrollbar-Track-Color:#676767; 
scrollbar-Shadow-Color: #676767; 
scrollbar-DarkShadow-Color:#727272;
scrollbar-Highlight-Color:#676767;
scrollbar-3dLight-Color:#727272;
}
-->

body, html, div, font, td {
	font-family: Tahoma;
	font-size: 8pt;
	line-height: 8pt;
	color: #737373;
	margin: 0;
	padding: 0;
}
h1 {
	background: #C9C9C9;
	color: #737373;
	font-family: Tahoma;
	font-size: 7pt;
	line-height: 7pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	margin: 0;
	margin-top: 0px;
	margin-bottom: 1px;
	padding: 0px;
	padding-bottom: 0px;
	border-bottom: 5px solid #BEBEBE;
	border-top: 5px solid #BEBEBE;
	border-left: 5px solid #BEBEBE;
	border-right: 5px solid #BEBEBE;
}
h2 {
	background: #C9C9C9;
	color: #9A8B84;
	font-family: Tahoma;
	font-size: 7pt;
	line-height: 7pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin: 0;
	margin-top: 1px;
	margin-bottom: 0px;
	padding: 0px;
	padding-bottom: 0px;
	border-bottom: 1px solid #BDB4AE;
	border-top: 1px solid #BDB4AE;
	border-left: 1px solid #BDB4AE;
	border-right: 1px solid #BDB4AE;
}

strong{
color: #918174;
font-family: Tahoma;
font-size: 8pt;
}

b{
color: #5D5D5D;
font-family: Tahoma;
font-size: 7pt;
}


a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 8pt;
	color: #9A8B84;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
	font-family: Tahoma;
	color: #737373;
        border-bottom:2px dotted #737373;
}

textarea, input, select 
{
border: #BEBEBE solid 3px;
background: #C9C9C9;
color: #616161;
font-size: 7pt;
font-family: tahoma;
text-align: justify;
}

.button {
	text-decoration: none;
	font-weight: normal;
	font-family: Tahoma;
	color: #737373;
        border:3px solid #BEBEBE;
}